Update print backend option syntax
authorSimon McVittie <smcv@debian.org>
Tue, 18 Sep 2018 23:04:59 +0000 (00:04 +0100)
committerSimon McVittie <smcv@debian.org>
Tue, 18 Sep 2018 23:04:59 +0000 (00:04 +0100)
debian/rules

index 6b74a2ae462fdffbfe98d265bc4fdf7f87e19fb3..b850a8c93476925d7507c1415465e1922ff396c5 100755 (executable)
@@ -104,7 +104,7 @@ configure_flags_deb = \
        -Dman-pages=true \
        -Dintrospection=true \
        -Dinstall-tests=true \
-       -Dcloudprint=yes \
+       -Dprint-backends=all \
        -Dmedia=none
 
 ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
@@ -128,7 +128,7 @@ configure_flags_udeb = \
        -Dwayland-backend=false \
        -Dx11-backend=true \
        -Dintrospection=true \
-       -Dcloudprint=no \
+       -Dprint-backends=none \
        -Dcolord=no \
        -Dmedia=none